summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/header_in_game.xml
blob: 958cfb7e374fdcfba507d869d3156b04d51a991b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.material.textview.MaterialTextView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/text_game_title"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="24dp"
    android:layout_marginStart="24dp"
    android:layout_marginEnd="24dp"
    android:textAppearance="?attr/textAppearanceHeadlineMedium"
    android:textColor="?attr/colorOnSurface"
    android:textAlignment="viewStart"
    tools:text="Super Mario Odyssey" />